home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
telecomm
/
bbs
/
eazybbs-2.17.lha
/
EazyBBS
/
c
/
SetEazymailAll.sh
< prev
next >
Wrap
Text File
|
1993-07-12
|
330b
|
19 lines
# cshell script
echo Install EazyBBS folders in UUMAIL: ...
#resident `which unspace`
cd mb_user:
foreach user ( * ) {
set username = `mb:c/unspace $user`
echo Installing uumail:$username
if -nf uumail:$username
echo forward to \|mail2eazy \"$user\" >uumail:$username
endif
}
dswap
#resident -r unspace >nil:
echo Done.